home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / LOCALE / catalogs / Identify.cd < prev    next >
Text File  |  1997-12-30  |  15KB  |  616 lines

  1. ;****************************************************************
  2. ;*                                                              *
  3. ;*          identify.library       Catalog Descriptor           *
  4. ;*                                                              *
  5. ;****************************************************************
  6. ;*
  7. ;*      (C) 1996-97  Richard Körber  -- All Rights Reserved
  8. ;*
  9. ;****************************************************************
  10. ;
  11. ;   ** IMPORTANT NOTES FOR TRANSLATORS **
  12. ;
  13. ;       · Nr. 0 must always be preserved
  14. ;       · Do NOT change the sequence of '%' parameters
  15. ;       · Do NOT change the order of the entries
  16. ;       · Obey the minimum and maximum length
  17. ;       · Note that some lines have trailing spaces
  18. ;
  19. ;
  20. ;================================================================
  21. ;       MISCELLANEOUS STRINGS (1..)
  22. ;================================================================
  23. ;
  24. MSG_BYTE                (1//)
  25. %ld
  26. MSG_KBYTE               (//)
  27. %ld.%cKB
  28. MSG_MBYTE               (//)
  29. %ld.%cMB
  30. MSG_GBYTE               (//)
  31. %ld.%cGB
  32. ;
  33. ;================================================================
  34. ;       BOARD CLASSES (100..)
  35. ;================================================================
  36. ;  Keep these strings as short as ever possible.
  37. ;
  38. MSG_EXP_UNKNOWN         (100//49)
  39. (unknown)
  40. MSG_EXP_MISC            (//49)
  41. expansion
  42. ;
  43. MSG_EXP_TURBO           (//49)
  44. accelerator
  45. MSG_EXP_TURBORAM        (//49)
  46. accelerator RAM
  47. MSG_EXP_TURBOHD         (//49)
  48. accelerator HD controller
  49. MSG_EXP_TURBOIDE        (//49)
  50. accelerator IDE controller
  51. MSG_EXP_TURBOSCSIHD     (//49)
  52. accelerator SCSI host adapter
  53. ;
  54. MSG_EXP_NET             (//49)
  55. network
  56. MSG_EXP_ARCNET          (//49)
  57. ArcNet
  58. MSG_EXP_ETHERNET        (//49)
  59. Ethernet
  60. ;
  61. MSG_EXP_AUDIO           (//49)
  62. audio
  63. MSG_EXP_VIDEO           (//49)
  64. video
  65. MSG_EXP_MULTIMEDIA      (//49)
  66. multimedia
  67. MSG_EXP_DSP             (//49)
  68. DSP
  69. ;
  70. MSG_EXP_BUSBRIDGE       (//49)
  71. ISA bus bridge
  72. MSG_EXP_BRIDGE          (//49)
  73. PC bridge
  74. ;
  75. MSG_EXP_EMULATOR        (//49)
  76. emulator
  77. MSG_EXP_MACEMU          (//49)
  78. Macintosh emulator
  79. MSG_EXP_ATARIEMU        (//49)
  80. Atari emulator
  81. ;
  82. MSG_EXP_GFX             (//49)
  83. graphics
  84. MSG_EXP_GFXRAM          (//49)
  85. graphics RAM
  86. ;
  87. MSG_EXP_HD              (//49)
  88. HD controller
  89. MSG_EXP_HDRAM           (//49)
  90. HD controller RAM
  91. MSG_EXP_IDEHD           (//49)
  92. IDE controller
  93. MSG_EXP_IDEHDRAM        (//49)
  94. IDE controller RAM
  95. MSG_EXP_SCSIHD          (//49)
  96. SCSI host adapter
  97. MSG_EXP_RAMSCSIHD       (//49)
  98. SCSI host adapter RAM
  99. MSG_EXP_CDROM           (//49)
  100. CD-ROM interface
  101. ;
  102. MSG_EXP_MODEM           (//49)
  103. internal modem
  104. MSG_EXP_ISDN            (//49)
  105. internal ISDN
  106. ;
  107. MSG_EXP_MULTIIO         (//49)
  108. multi I/O
  109. MSG_EXP_SERIAL          (//49)
  110. multi serial
  111. MSG_EXP_PARALLEL        (//49)
  112. multi parallel
  113. MSG_EXP_SCANIF          (//49)
  114. scanner interface
  115. MSG_EXP_TABLET          (//49)
  116. drawing tablet interface
  117. ;
  118. MSG_EXP_RAM             (//49)
  119. RAM expansion
  120. MSG_EXP_FLASHROM        (//49)
  121. Flash ROM
  122. ;
  123. MSG_EXP_SCSIIDE         (//49)
  124. SCSI/IDE controller
  125. MSG_EXP_RAMFPU          (//49)
  126. RAM expansion / FPU
  127. ;
  128. MSG_EXP_GUESS           (//49)
  129. (guessed)
  130. MSG_EXP_KICKSTART       (//49)
  131. KickStart
  132. ;
  133. MSG_EXP_RAM32           (//49)
  134. 32bit RAM expansion
  135. MSG_EXP_TURBOANDRAM     (//49)
  136. accelerator / RAM exp.
  137. MSG_EXP_ACCESS          (//49)
  138. access control
  139. MSG_EXP_INTERFACE       (//49)
  140. interface
  141. MSG_EXP_MFMHD           (//49)
  142. MFM HD controller
  143. MSG_EXP_FLOPPY          (//49)
  144. floppy disk interface
  145. ;
  146. ;================================================================
  147. ;       ALERT GENERAL ERROR (1024..)
  148. ;================================================================
  149. ;
  150. MSG_ALERT_RECOVERY      (1024//49)
  151. Recoverable
  152. MSG_ALERT_DEADEND       (//49)
  153. Deadend
  154. MSG_ALERT_UNKNOWN       (//49)
  155. Unknown
  156. ;
  157. MSG_AG_BADPARM          (//49)
  158. Bad parameter
  159. MSG_AG_CLOSEDEV         (//49)
  160. Cannot close device
  161. MSG_AG_CLOSELIB         (//49)
  162. Cannot close library
  163. MSG_AG_GENERAL          (//49)
  164. General fault
  165. MSG_AG_IOERROR          (//49)
  166. I/O error
  167. MSG_AG_MAKELIB          (//49)
  168. Cannot make library
  169. MSG_AG_NOMEMORY         (//49)
  170. No memory
  171. MSG_AG_NOSIGNAL         (//49)
  172. No signal
  173. MSG_AG_OPENDEV          (//49)
  174. Cannot open device
  175. MSG_AG_OPENLIB          (//49)
  176. Cannot open library
  177. MSG_AG_OPENRES          (//49)
  178. Cannot open resource
  179. MSG_AG_PROCCREATE       (//49)
  180. Process creation failed
  181. ;
  182. ;================================================================
  183. ;       ALERT ERROR (2048..)
  184. ;================================================================
  185. ;
  186. MSG_ACPU_ADDRESSERR     (2048//49)
  187. Illegal address access
  188. MSG_ACPU_AUTOVEC1       (//49)
  189. AutoVector Level 1 interrupt error
  190. MSG_ACPU_AUTOVEC2       (//49)
  191. AutoVector Level 2 interrupt error
  192. MSG_ACPU_AUTOVEC3       (//49)
  193. AutoVector Level 3 interrupt error
  194. MSG_ACPU_AUTOVEC4       (//49)
  195. AutoVector Level 4 interrupt error
  196. MSG_ACPU_AUTOVEC5       (//49)
  197. AutoVector Level 5 interrupt error
  198. MSG_ACPU_AUTOVEC6       (//49)
  199. AutoVector Level 6 interrupt error
  200. MSG_ACPU_AUTOVEC7       (//49)
  201. AutoVector Level 7 interrupt error
  202. MSG_ACPU_BUSERR         (//49)
  203. Hardware bus fault/access error
  204. MSG_ACPU_CHK            (//49)
  205. Check instruction error
  206. MSG_ACPU_COPRVIOL       (//49)
  207. Coprocessor protocol violation
  208. MSG_ACPU_DIVZERO        (//49)
  209. Divide by zero
  210. MSG_ACPU_FORMAT         (//49)
  211. Stack frame format error
  212. MSG_ACPU_FPCPBRANCH     (//49)
  213. FPCP branch or set on unordered condition
  214. MSG_ACPU_FPCPDIVZERO    (//49)
  215. FPCP divide by zero
  216. MSG_ACPU_FPCPINEXACT    (//49)
  217. FPCP inexact result
  218. MSG_ACPU_FPCPOPERROR    (//49)
  219. FPCP operand error
  220. MSG_ACPU_FPCPOVER       (//49)
  221. FPCP overflow
  222. MSG_ACPU_FPCPUNDER      (//49)
  223. FPCP underflow
  224. MSG_ACPU_UNIMPLDTYPE    (//49)
  225. FPCP unimplemented data type
  226. MSG_ACPU_INSTERR        (//49)
  227. Illegal instruction
  228. MSG_ACPU_LINEA          (//49)
  229. Line 1010 Emulator error
  230. MSG_ACPU_LINEF          (//49)
  231. Line 1111 Emulator error
  232. MSG_ACPU_MMUACCVIOL     (//49)
  233. PMMU access level violation
  234. MSG_ACPU_MMUCONFIG      (//49)
  235. PMMU configuration
  236. MSG_ACPU_MMUILLEGAL     (//49)
  237. PMMU illegal configuration
  238. MSG_ACPU_NAN            (//49)
  239. FPCP signaling NAN
  240. MSG_ACPU_PRIVERR        (//49)
  241. Privilege violation error
  242. MSG_ACPU_SPURIOUS       (//49)
  243. Spurious interrupt error
  244. MSG_ACPU_TRACE          (//49)
  245. Trace error
  246. MSG_ACPU_TRAPV          (//49)
  247. TrapV instruction error
  248. MSG_AN_ADDSWGADGET      (//49)
  249. Add SW gadgets, no memory
  250. MSG_AN_ASYNCPKT         (//49)
  251. Unexpected packet received
  252. MSG_AN_AUDIODEV         (//49)
  253. Audio device trouble
  254. MSG_AN_BADCHKSUM        (//49)
  255. Invalid checksum
  256. MSG_AN_BADEXPANSIONFREE (//49)
  257. Freeed free region
  258. MSG_AN_BADFREEADDR      (//49)
  259. Memory header not located
  260. MSG_AN_BADGADGET        (//49)
  261. Recovery form of AN_GadgetType
  262. MSG_AN_BADINITFUNC      (//49)
  263. Invalid init packet for cli/shell
  264. MSG_AN_BADMESSAGE       (//49)
  265. Bad Message received by IDCMP
  266. MSG_AN_BADOVERLAY       (//49)
  267. Bad overlay
  268. MSG_AN_BADQUICKINT      (//49)
  269. An uninitialized quick interrupt has happened
  270. MSG_AN_BADSEGLIST       (//49)
  271. Overlays are illegal for library segments
  272. MSG_AN_BADSEMAPHORE     (//49)
  273. An attempt was made to use old msg semaphores
  274. MSG_AN_BADSTATE         (//49)
  275. Bad State Return entering Intuition
  276. MSG_AN_BASECHKSUM       (//49)
  277. Execbase checksum bad
  278. MSG_AN_BITMAP           (//49)
  279. Bitmap corrupt
  280. MSG_AN_BLTBITMAP        (//49)
  281. BltBitMap, no memory
  282. MSG_AN_BOGUSEXCPT       (//49)
  283. Illegal 68k exception taken
  284. MSG_AN_BOOTERROR        (//49)
  285. Boot code returned an error
  286. MSG_AN_BOOTSTRAP        (//49)
  287. Bootstrap trouble
  288. MSG_AN_CIARSRC          (//49)
  289. cia.resource trouble
  290. MSG_AN_CONSOLEDEV       (//49)
  291. colsole.device trouble
  292. MSG_AN_CREATEPORT       (//49)
  293. Create port, no memory
  294. MSG_AN_DISKBLKSEQ       (//49)
  295. Disk block sequence error
  296. MSG_AN_DISKCOPY         (//49)
  297. DiskCopy trouble
  298. MSG_AN_DISKERROR        (//49)
  299. Disk Error
  300. MSG_AN_DISKFONTLIB      (//49)
  301. diskfont.library trouble
  302. MSG_AN_DISKRSRC         (//49)
  303. disk.resource trouble
  304. MSG_AN_DOSLIB           (//49)
  305. dos.library trouble
  306. MSG_AN_DRHASDISK        (//49)
  307. Get unit: already has disk
  308. MSG_AN_DRINTNOACT       (//49)
  309. Interrupt: no active unit
  310. MSG_AN_ENDTASK          (//49)
  311. EndTask didn't
  312. MSG_AN_EXCPTVECT        (//49)
  313. 68000 exception vector checksum
  314. MSG_AN_EXECLIB          (//49)
  315. exec.library trouble
  316. MSG_AN_EXPANSIONLIB     (//49)
  317. expansion.library trouble
  318. MSG_AN_FILERECLOSED     (//49)
  319. A filehandle was closed more than once
  320. MSG_AN_FREETWICE        (//49)
  321. Freeing memory that is already free
  322. MSG_AN_FREEVEC          (//49)
  323. Freevec failed
  324. MSG_AN_GADGETTYPE       (//49)
  325. Unknown gadget type
  326. MSG_AN_GADTOOLS         (//49)
  327. gadtools.library trouble
  328. MSG_AN_GAMEPORTDEV      (//49)
  329. gameport.device trouble
  330. MSG_AN_GFXFREEERROR     (//49)
  331. Error freeing graphics
  332. MSG_AN_GFXNEWERROR      (//49)
  333. New graphics error
  334. MSG_AN_GFXNOLCM         (//49)
  335. Emergency memory not available
  336. MSG_AN_GFXNOMEM         (//49)
  337. Graphics out of memory
  338. MSG_AN_GFXNOMEMMSPC     (//49)
  339. MonitorSpec alloc, no memory
  340. MSG_AN_GRAPHICSLIB      (//49)
  341. graphics.library trouble
  342. MSG_AN_ICONLIB          (//49)
  343. icon.library trouble
  344. MSG_AN_INITAPTR         (//49)
  345. InitStruct() of an APTR source
  346. MSG_AN_INTRMEM          (//49)
  347. No memory for interrupt servers
  348. MSG_AN_INTUITION        (//49)
  349. intuition.library trouble
  350. MSG_AN_IOAFTERCLOSE     (//49)
  351. IO attempted on closed IORequest
  352. MSG_AN_IOUSEDTWICE      (//49)
  353. Attempt to reuse active IORequest
  354. MSG_AN_ISEMORDER        (//49)
  355. Intuition obtained a sem in bad order
  356. MSG_AN_ITEMALLOC        (//49)
  357. Item plane alloc, no memory
  358. MSG_AN_ITEMBOXTOP       (//49)
  359. Item box top < RelZero
  360. MSG_AN_KEYBOARDDEV      (//49)
  361. keyboard.device trouble
  362. MSG_AN_KEYFREE          (//49)
  363. Key already free
  364. MSG_AN_KEYRANGE         (//49)
  365. Key out of range
  366. MSG_AN_LAYERSLIB        (//49)
  367. layers.library trouble
  368. MSG_AN_LAYERSNOMEM      (//49)
  369. Layers out of memory
  370. MSG_AN_LIBCHKSUM        (//49)
  371. Library checksum failure
  372. MSG_AN_LONGFRAME        (//49)
  373. Long frame, no memory
  374. MSG_AN_MAKEVPORT        (//49)
  375. MakeVPort, no memory
  376. MSG_AN_MATHLIB          (//49)
  377. math.library trouble
  378. MSG_AN_MEMCORRUPT       (//49)
  379. Corrupt memory list detected in FreeMem
  380. MSG_AN_MEMORYINSANE     (//49)
  381. Sanity check on memory list failed
  382. MSG_AN_MISCRSRC         (//49)
  383. misc.resource trouble
  384. MSG_AN_NOCONSOLE        (//49)
  385. Couldn't open the Console Device
  386. MSG_AN_NOFONTS          (//49)
  387. No fonts available
  388. MSG_AN_NOISEM           (//49)
  389. Intuition skipped obtaining a semaphore
  390. MSG_AN_NOWINDOW         (//49)
  391. Console can't open initial window
  392. MSG_AN_OBSOLETEFONT     (//49)
  393. Unsupported font description used
  394. MSG_AN_OPENSCREEN       (//49)
  395. Open screen, no memory
  396. MSG_AN_OPENSCRNRAST     (//49)
  397. Open screen, raster alloc, no memory
  398. MSG_AN_OPENWINDOW       (//49)
  399. Open window, no memory
  400. MSG_AN_PLANEALLOC       (//49)
  401. Plane alloc, no memory
  402. MSG_AN_QPKTFAIL         (//49)
  403. Qpkt failure
  404. MSG_AN_RAMLIB           (//49)
  405. ramlib trouble
  406. MSG_AN_REGIONMEMORY     (//49)
  407. Regions, memory not available
  408. MSG_AN_SEMCORRUPT       (//49)
  409. A semaphore is in an illegal state
  410. MSG_AN_SHORTFRAME       (//49)
  411. Short frame, no memory
  412. MSG_AN_STACKPROBE       (//49)
  413. Stack appears to extend out of range
  414. MSG_AN_STARTMEM         (//49)
  415. No memory at startup
  416. MSG_AN_SUBALLOC         (//49)
  417. Sub alloc, no memory
  418. MSG_AN_SYSSCRNTYPE      (//49)
  419. Open sys screen, unknown type
  420. MSG_AN_TDCALIBSEEK      (//49)
  421. Calibrate: seek error
  422. MSG_AN_TDDELAY          (//49)
  423. Delay: error on timer wait
  424. MSG_AN_TEXTTMPRAS       (//49)
  425. Text, no memory for TmpRas
  426. MSG_AN_TIMERDEV         (//49)
  427. timer.device trouble
  428. MSG_AN_TMBADREQ         (//49)
  429. Bad request
  430. MSG_AN_TMBADSUPPLY      (//49)
  431. Power supply -- no 50/60hz ticks
  432. MSG_AN_TRACKDISKDEV     (//49)
  433. trackdisk.device trouble
  434. MSG_AN_UTILITYLIB       (//49)
  435. utility.library trouble
  436. MSG_AN_WBBADIOMSG       (//49)
  437. Bad IO message (hacker code?)
  438. MSG_AN_WBBADSTARTUPMSG2 (//49)
  439. Bad startup message 2
  440. MSG_AN_WBRELAYOUTTOOLMENU (//49)
  441. GadTools broke?
  442. MSG_AN_WEIRDECHO        (//49)
  443. Weird echo causing incomprehension
  444. MSG_AN_WORKBENCH        (//49)
  445. Workbench trouble
  446. MSG_AN_LAWBREAKER       (//49)
  447. LawBreaker demonstration alert
  448. MSG_AN_NOALERT          (//49)
  449. No alert occured
  450. MSG_ACPU_EMUINTR        (//49)
  451. Emulator interrupt
  452. MSG_ACPU_UNIMPLEA       (//49)
  453. Unimplemented effective address
  454. MSG_ACPU_UNIMPLII       (//49)
  455. Unimplemented integer instruction
  456. ;
  457. ;================================================================
  458. ;       HARDWARE STRINGS (4096..)
  459. ;================================================================
  460. ;
  461. MSG_HW_VERSION          (4096//20)
  462. V%ld.%ld
  463. MSG_HW_NOVERSION        (//20)
  464. N/A
  465. MSG_HW_NONE             (//49)
  466. None
  467. MSG_HW_FOUND            (//49)
  468. Found
  469. ;
  470. MSG_HW_AMIGA1000        (4500//49)
  471. Amiga 1000
  472. MSG_HW_OCSAMIGA         (//49)
  473. Amiga (OCS)
  474. MSG_HW_ECSAMIGA         (//49)
  475. Amiga (ECS)
  476. MSG_HW_AMIGA500         (//49)
  477. Amiga 500
  478. MSG_HW_AMIGA2000        (//49)
  479. Amiga 2000
  480. MSG_HW_AMIGA3000        (//49)
  481. Amiga 3000
  482. MSG_HW_CDTV             (//49)
  483. CDTV
  484. MSG_HW_AMIGA600         (//49)
  485. Amiga 600
  486. MSG_HW_CD32             (//49)
  487. CD32
  488. MSG_HW_AMIGA1200        (//49)
  489. Amiga 1200
  490. MSG_HW_AMIGA4000        (//49)
  491. Amiga 4000
  492. MSG_HW_DRACO            (//49)
  493. DraCo
  494. MSG_HW_UAE              (//49)
  495. UAE
  496. ;
  497. MSG_HW_68000            (5000//49)
  498. 68000
  499. MSG_HW_68010            (//49)
  500. 68010
  501. MSG_HW_68020            (//49)
  502. 68020
  503. MSG_HW_68030            (//49)
  504. 68030
  505. MSG_HW_68EC030          (//49)
  506. 68EC030
  507. MSG_HW_68040            (//49)
  508. 68040
  509. MSG_HW_68LC040          (//49)
  510. 68LC040
  511. MSG_HW_68060            (//49)
  512. 68060
  513. MSG_HW_68LC060          (//49)
  514. 68LC060
  515. ;
  516. MSG_HW_68881            (//49)
  517. 68881
  518. MSG_HW_68882            (//49)
  519. 68882
  520. ;
  521. MSG_HW_68851            (//49)
  522. 68851
  523. ;
  524. MSG_HW_AMIGAOS          (5500//49)
  525. AmigaOS
  526. MSG_HW_EGS              (//49)
  527. EGS
  528. MSG_HW_RETINA           (//49)
  529. Retina
  530. MSG_HW_GRAFFITI         (//49)
  531. Graffiti
  532. MSG_HW_TIGA             (//49)
  533. TIGA
  534. MSG_HW_PROBENCH         (//49)
  535. ProBench
  536. MSG_HW_PICASSO          (//49)
  537. Picasso
  538. MSG_HW_CYBERGRAPHX      (//49)
  539. CyberGraphX
  540. MSG_HW_CGX3             (//49)
  541. CyberGraphX 3
  542. MSG_HW_PICASSO96        (//49)
  543. Picasso96
  544. ;
  545. MSG_HW_AUDAMIGAOS       (5700//49)
  546. AmigaOS
  547. MSG_HW_MAESTIX          (//49)
  548. Maestix
  549. MSG_HW_TOCCATA          (//49)
  550. Toccata
  551. MSG_HW_PRELUDE          (//49)
  552. Prelude
  553. MSG_HW_AHI              (//49)
  554. AHI
  555. MSG_HW_MACROAUDIO       (//49)
  556. MacroAudio
  557. ;
  558. MSG_HW_OS_UNKNOWN       (6000//49)
  559. Bad OS
  560. MSG_HW_OS_36            (//49)
  561. 2.0
  562. MSG_HW_OS_37            (//49)
  563. 2.04
  564. MSG_HW_OS_38            (//49)
  565. 2.1
  566. MSG_HW_OS_39            (//49)
  567. 3.0
  568. MSG_HW_OS_40            (//49)
  569. 3.1
  570. MSG_HW_OS_41            (//49)
  571. 3.5
  572. ;
  573. ;GARY
  574. MSG_HW_NORMAL           (6500//49)
  575. Normal
  576. MSG_HW_ENHANCED         (//49)
  577. Enhanced
  578. ;
  579. ;RAMSEY
  580. MSG_HW_REVD             (6600//49)
  581. D
  582. MSG_HW_REVF             (//49)
  583. F
  584. ;
  585. MSG_HW_OCS              (6700//49)
  586. OCS
  587. MSG_HW_ECS              (//49)
  588. ECS
  589. MSG_HW_AGA              (//49)
  590. AGA
  591. MSG_HW_ALTAIS           (//49)
  592. Altais
  593. ;
  594. MSG_HW_PPCFOUND         (7000//49)
  595. Found
  596. MSG_HW_602              (//49)
  597. 602
  598. MSG_HW_603              (//49)
  599. 603
  600. MSG_HW_603E             (//49)
  601. 603e
  602. MSG_HW_603P             (//49)
  603. 603p
  604. MSG_HW_604              (//49)
  605. 604
  606. MSG_HW_604E             (//49)
  607. 604e
  608. ;
  609. MSG_HW_RAMCAS_NORMAL    (7200//49)
  610. Normal
  611. MSG_HW_RAMCAS_DOUBLE    (//49)
  612. Double
  613. ;
  614. ;================================================================
  615. ;
  616.